home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / version / verabout.dfm / verabout.txt < prev   
Text File  |  1996-04-08  |  1KB  |  64 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 253
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 265
  7.   ClientWidth = 337
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblTitle: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 321
  18.     Height = 16
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'Version Resource Component'
  22.   end
  23.   object lblCopyright: TLabel
  24.     Left = 8
  25.     Top = 32
  26.     Width = 321
  27.     Height = 16
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Copyright ∩┐╜ Columbus Circle Investors 1995'
  31.   end
  32.   object imgLogo: TImage
  33.     Left = 152
  34.     Top = 56
  35.     Width = 32
  36.     Height = 32
  37.     Picture.Data = {<image000.bmp>}
  38.   end
  39.   object btbtnOK: TBitBtn
  40.     Left = 124
  41.     Top = 224
  42.     Width = 89
  43.     Height = 33
  44.     TabOrder = 0
  45.     Kind = bkOK
  46.   end
  47.   object mmoDisclaimer: TMemo
  48.     Left = 8
  49.     Top = 96
  50.     Width = 321
  51.     Height = 121
  52.     Lines.Strings = (
  53.       'Columbus Circle Investors makes no claims as '
  54.       'to the capabilities of this component.  Columbus '
  55.       'Circle Investors cannot be held liable for any '
  56.       'use or misuse of this product.'
  57.       ''
  58.       'Columbus Circle Investors freely releases this '
  59.       'product to the public domain.')
  60.     ReadOnly = True
  61.     TabOrder = 1
  62.   end
  63. end
  64.